From 42d2b505153d7a92e9d63838707a682c8157720b Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 30 Oct 2017 16:52:56 -0400 Subject: [PATCH] x11: Don't set the GdkScreen get_setting vfunc We are not using it anymore. --- gdk/x11/gdkscreen-x11.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gdk/x11/gdkscreen-x11.c b/gdk/x11/gdkscreen-x11.c index 4c4ae0b08f..7633e23b42 100644 --- a/gdk/x11/gdkscreen-x11.c +++ b/gdk/x11/gdkscreen-x11.c @@ -1281,7 +1281,6 @@ gdk_x11_screen_class_init (GdkX11ScreenClass *klass) screen_class->get_display = gdk_x11_screen_get_display; screen_class->get_root_window = gdk_x11_screen_get_root_window; - screen_class->get_setting = gdk_x11_screen_get_setting; signals[WINDOW_MANAGER_CHANGED] = g_signal_new (g_intern_static_string ("window-manager-changed"), -- 2.30.2